type golang.org/x/net/http2.missingBody

4 uses

	golang.org/x/net/http2 (current package)
		transport.go#L2445: 			res.Body = missingBody{}
		transport.go#L3006: type missingBody struct{}
		transport.go#L3008: func (missingBody) Close() error             { return nil }
		transport.go#L3009: func (missingBody) Read([]byte) (int, error) { return 0, io.ErrUnexpectedEOF }